PDF4Java Reference Documentation
com.o2sol.pdf4java.utilities Package / PDFMerger Class / mergeFiles Method / mergeFiles(Stream,Stream[]) Method
Stream where to save the merged file.
Array of steams that contain the PDF files to merge.
In This Topic
    mergeFiles(Stream,Stream[]) Method
    In This Topic
    Merges multiple PDF streams into a single one.
    Syntax
    public static void mergeFiles( 
       Stream output,
       Stream[] input
    )

    Parameters

    output
    Stream where to save the merged file.
    input
    Array of steams that contain the PDF files to merge.
    See Also